home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacTech 1 to 12
/
MacTech-vol-1-12.toast
/
Source
/
MacTech® Magazine
/
Volume 12 - 1996
/
12.12 Dec 96
/
Async I⁄O Code
/
Sources
/
scanners.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-10
|
245 b
|
16 lines
|
[
TEXT/CWIE
]
// File: scanners.h
#ifndef __FILES__
#include <Files.h>
#endif
#ifndef _STDIO
#include <stdio.h>
#endif
int countChars(FSSpecPtr fsp);
int countCharsFS(FSSpecPtr fsp);
int countCharsFS2(FSSpecPtr fsp);
int countCharsAsync(FSSpecPtr fsp);